.tour-detals h3 {
    font-weight: bold;
    padding-bottom: 15px;
}

.tour-detals h3:hover {
    color: #1c8d16;
}

.tour-detals img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.tour-detals ul {
    display: flex;
}

.tour-detals ul li {
    display: inline-block;
    padding: 0 5px;
}

.tours-details p {
    padding: 0 10px 0 20px;
}

.main-item-menu {
    padding: 20px 0;
}

.carousel-item {
    text-align: center;
}

.main-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
    padding: 20px 0;
}

.main-item:hover {
    background-color: #f3f3f3;
}

.main-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.main-item span {
    font-size: 20px;
    font-weight: bold;
}

.main-item h3 {
    color: #1c8d16;
    font-weight: bold;
}

ul li {
    list-style: none;
    padding: 10px 0;
}

.more-items div h4 {
    color: #000000;
    text-transform: uppercase;
}

ul li p i {
    padding-right: 5px;
    font-size: 16px;
}

ul li p {
    font-size: 16px;
    font-weight: 800;
    color: #000fff;
}
.more-items span button{
    background-color: #1c8d16;
    color: cornsilk;
   
}
.more-items span{
    display: flex;
    align-items: center;
    justify-content: center;
   
}

@media(max-width:767px) {
    .more-items ul li{
        display: inline-block;
        padding-left: 5px;
    }

}

.booking-btn{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-btn button{
    background-color: #1c8d16;
    color: #ffffff;
}
.booking-btn button:hover{
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}